commit | 32151b00b4d6aa2c8f7466811f494aa0b6275b3a | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Thu Sep 29 10:04:21 2016 -0700 |
committer | Dan Albert <danalbert@google.com> | Thu Sep 29 21:03:53 2016 +0000 |
tree | 96536e474514e1d2dfb212d3450563c29cf39746 | |
parent | 9799f37053e5e5f0b9965837c3bcf322787d6a77 [diff] |
Stop shadowing __pure2 in math.h. I'd actually fixed sys/cdefs.h quite some time ago, but that definition of __pure2 was being clobbered by the bogus one in math.h. Test: clang -E -dM --sysroot $NDK/platforms/android-9/arch-arm/ \ platforms/android-9/include/math.h | grep __pure2 Bug: http://b.android.com/62020 Change-Id: I9b93a7c46075a02ed1ea0ca2cc77624b15955c7f (cherry picked from commit 17f4026295d6709d5751f3875a342970965c75b2)